In multi module application, How can controller in one module access model and service in another module ?
You can make a common directory , and register it in Module.php ( with namespace)
Just register those models and services before registering modules.