Hello Josh,
For the backend you can only have one membership provider. You can have multiple providers for the frontend of your website. Generally you can extend the backend login and allow some users to access it even you use different provider for authentication.
You need to check whether the user that is trying to login belongs to the other membership provider and create the same user in the current backend membership provider.
sample:
Regards,
Ivan Dimitrov
the Telerik team