In your current workflow the two iteration will execute in parallel, because they are located in independent tables. Try using the “Synchronize” action to make sure that one iteration starts only after the other one finishes.
See this topic: Using Synchronize transformation (and related to it).