Can I use a $dispatcher->forward in mirco application?
No, a Micro application lacks of an internal dispatcher, you can use a HTTP redirection if you want to redirect a user to another action in your application:
https://docs.phalcon.io/en/latest/reference/micro.html#making-redirections