Custom VertexShader Instanced

Hello,

is there a command like glDrawElementsInstanced()? I found DrawPrimitiveUP but it does not have the instance Parameter.

I want to run the Shader n Times. N is different each Frame. The Data I pass to the Shader is 1 Vertex which is the Location of a Patch i generate around the the Vertex.