I just added 2 Tween actions in a Run In Parallel FSM state, both overrided with a blackboard UnityEngine.Object variable and it works fine.
In your case, could it be that the blackboard variable is not set before the state is entered, or that it is set to null from another place in your code/trees?