Template Root in components

Does anyone know how to manipulate routing when using components.
I know you can set the root to your components directory by putting a
“uses_component_template_root” at the top of your controller in a
component. That works well to modularize some code, but if your root
is the components directory, how do you redirect to controllers in
your app directory? Is this possible? Thanks

JB