Render VBO on GPU through MeshRenderer

Hi all,
is there a way to load a VBO in a buffer on the GPU and tell Unity to render it through a MeshRenderer?
Thanks in advance!

Your wording doesn’t makes much sense. A VBO is a vertex buffer object. A VBO is by definition stored in the GPU’s memory. And yes a MeshRenderer uses a VBO to actually render the mesh.