Load Plugins from /plugins subfolder?

Hello,

is there a possibility in cakephp 4 to load plugins from a special subfolder in the /plugins folder? The aim is to structure all plugins a little better. E.g. I imagine having two folders. Example /plugins/theme and /plugins/modules. Then I can pack the plugin for the theme in the theme folder and do all other extensions in the modules folder. Is there such a possibility in cakephp 4?