Yes, but with some caveats.
Prior to Craft CMS version 5, there was no limit enforced on the number of sites possible in a Craft CMS multi-site.
However, as of Craft 5, the default limit is 100 sites, but you can bump that up using craft\services\Sites::$maxSites
, but it is not recommended to do so because of potential database performance issues.