Hello,
If the application is a terminal application just do this:
CD /Applications/Appname.app
./Appname
But if the application is GUI application; you will need a Cydia package named “open”, so search for it on Cydia, install it, and then on terminal just type:
open com.apple.calculator
Note: The command is case sensitive…
Regards,
AC.