Can I import a 3d Model in run time?

Hi: I want importa a 3D model from an external folder in run time. It is possible? How?

Thnaks

It's possible by writing an object importer. (Like this for .obj files, or this for serializing meshes to a custom format in Unity.)