For Rpgmaker MZ games open the file "rmmz_objects.js" in the js folder with a text editor and search for the line
"this._moveSpeed = 4;"
and change it to
"this._moveSpeed = 6;"
for example.
You can test it with different with different numbers to get your personal preference.