Case can execute many times?

I write a test case that call fakerlibrary to generate random data and call apis, i know it can call much time on keywords repeat, do we any way to call test cases many time?

Not directly.

You can use the Test Templates

Or

You can use Datadriver. This enables you the possibility to create as much tests as you have “generated” data in you data source, like csv or whatever.