There is no limit with the number of Lambda functions you want to run. AWS Lambda was designed to run multiple instances of your function parallelly. Though, AWS Lambda comes with a default safety throttle for number of concurrent executions for each account per region. You can control the maximum concurrent executions for individual AWS Lambda functions and you can use to reserve the subset of your account concurrency limit for the use of critical functions, or limit traffic rates to downstream resources.