Two or more path to controllers

Hi all,

Can I set two path to controllers. For example I need to some controllers in this path: /var/path/to/controller/backend/global and some in this path /var/path/to/controller/backend/local

It is possible to set?

Thank you for your answers.

You can use Controller.forward to execute an action of another controller.