Action-endpoint in endpoints.yml - Rasa Pro CALM

I am trying to run 2 chatbots in rasa pro 3.10 in the same local, both bots have their own actions.py and both are needed to be in running but are clashing due to the same port they are trying to run in. I tried to change the port to 5056 from 5055 manually in the endpoints.yml with this line:

action_endpoint:
  actions_module: "actions"
  url: "http://localhost:5056/webhook"

Yet still, while running the actions.py with rasa run actions , its considering the default port as 5055.

Is there any way to change the port for both the bots to have their own actions.py running?

Any helpful response would be appreciated. @jtrasa