# Is there way to call scenarios between simulations?

**URL:** https://community.gatling.io/t/is-there-way-to-call-scenarios-between-simulations/6140
**Category:** Gatling (Open-Source)
**Created:** [June 4, 2021, 8:26am UTC](https://community.gatling.io/t/is-there-way-to-call-scenarios-between-simulations/6140 "2021-06-04T08:26:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Shan](https://avatars.discourse-cdn.com/v4/letter/s/7ab992/32.png) [@Shan](https://community.gatling.io/u/Shan)
#### Post date: [June 4, 2021, 8:26am UTC](https://community.gatling.io/t/is-there-way-to-call-scenarios-between-simulations/6140/1 "2021-06-04T08:26:16Z")

</div>

Hi,

I have a scenario in Simulation1 which can act as a setup method for Simulation2

say, create 1000 subscriptions in Simulation1 and Simulation2 will get all the 1000 subscriptions.

Running simulations one by one can accomplish this but I don’t want to run 2 simulations in order to only check Simulation.

Is there a way to sequentially run simulation classes ( not scenario’s, I am aware of running parent, child sequential run )

The goal is to test create 1000 subscriptions and get them one by one in Simualtion2 , bulk get in Simulation3, Delete in Simulation4. Something like this.

Hope someone can help me.

Thank you!
