no - it isn’t possible to run multiple applications at the same time.
Therefore you have to copy the app_lcd.inc driver into the application directory, and you have to change the LCD type in the USER_Init function of the application you are using (example can be found in app_init.inc of the driver package).
Once this has been done, you have to rebuild the application and convert it to a .syx file
ok… just make sure i got it… i have to replace the app_lcd.inc on the midibox app directory withe the app_lcd.inc from the driver package then add the code of app_init.inc under User_Init on the main.asm file on the midibox app directory… right? sorry if being such a pain in the ass:)