Since editor plugins are only loaded in the editor, is there anyway they can be loaded by a run time plugin outside of the editor environment?
What is your specific use case?
You can always split a plugin into two modules. One runtime module and one editor module. See the Paper2D for example.