Help with Multiple components

We had a contract developer create a dashboard for our Retool app. The contractor used a Dashboard component which Used a dashboardContainer as an event handler to move from one tab to another.

However, when we are trying to change the tabs, we want to be able to change to another application.
Please feel free to provide any suggestions

I guess the solution will depend on the types of application you want to switch to.

One similar concept is to have each of the tab pages load a module instead. The modules are like Retool applications so depending on the complexity of the use case you could have these in place instead for better version control of each module (rather than having to push updates to the main application whenever one of the tab pages needs to be updated).