Do not call controller methods from another controller. Are you speaking about Cake’s pages controller? If so it should not call anything like this, as it main purpose is to serve static content - a page.
If your pages controller is your own than there is a good chance that your facs and pages are associated, so you can acess facs model methods from pages controller.