Do you use the two tween nodes one after the other, or do you make use of a “Split” node?
If you want the tweens to happen simultaneously, you need to make use of the “Split” node so that both tweens are executed at the same time. Otherwise, if you simply connect one tween node after the other, the second node will only execute when the first one is finished.