Hi Justin,
You can open other standalone MATLAB apps of the format .mlapp from the button callback function of the main app in the following way as shown in the sample code snippet:
function openApp1(app, event)
Follow these steps to package all the apps in a single download file:
- Open main app in App Designer and click on share option in the Designer tab.
- Choose the kind of app you want to create.
- All the additional files and dependencies required for the main app are automatically detected and included for package creation.
- You can add additional files as well if they are required.
- This creates a single app installation file.
Refer to these links for more information on App Designer: