Loading multiple r shiny apps

I have a shiny app defined. How do I load 2 of the same apps, side by side on a single r session? Tried using splitLayout, but storage isn't happening properly. Is there any other approaches to this ?

I think the solution is to alter your app into a module, and then have a simple wrapper app, whose display content is one module on the left and another in the right.