Using a APK file as a Unity Android plugin

Is it anyhow possible to use a regular APK file with Unity as an Android plugin? In that APK file are some public methods I would like to use and was wondering if I somehow can convert the APK file to a usable format to use it with Unity.

an apk is an android application you cant get methods from it or use it as a plugin