Starting a new process from an AppImage

Hello,

I have a Qt application that generates an XML file that is used for another process that is started with QProcess.startDetached. Although both executables are included in the AppImage, the Qt app does not start the new process. Is it possible to run another process from an AppImage .
Thank you.