How to use two rabc system.

I use advanced template.

I need two rabc system, the frontend and the backend.

The frontend uses table ‘user’,the backend uses table ‘admin’.

The frontend has it’s own rabc to control the user route,and the backend also uses another rabc to control the admin route.

I can manage this two route in the backend.

How can I do?