Hi,
The function "UTIL_GetAppAddress()" gives the address of a loaded CircleOS application, founded in the FAT (application list).
You can call it with the name of your second application as parameter, and then jump to the returned address in order to launch your application.
Yves